﻿body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #f7f9fc !important;
}

#crea-preventivo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 80px;
    width: 80px; 
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    background-color: #8b1c79;
    color: white;
    border: none;
    cursor: pointer; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-tooltip {
    --bs-tooltip-bg: #2b2f73;
    --bs-tooltip-color: #fff;
}

.card-no-bordo {
    border:none !important;
}

.card-benvenuto {
    color: #fff !important;
    background-color: #e5007e !important;
    background-image: url('../immagini/customer-support.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

    .card-benvenuto .card-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #2b2f73;
    border-radius: 50%;
    color: white;
    font-size: 30px;
}

.numeri-card {
font-size:40px;
}

/*.container-fluid, .row {
    min-height: 100%;
}*/

.btn-novis {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8b1c79;
    --bs-btn-border-color: #8b1c79;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7b146a;
    --bs-btn-hover-border-color: #7b146a;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7b146a;
    --bs-btn-active-border-color: #7b146a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8b1c79;
    --bs-btn-disabled-border-color: #8b1c79;
}

.btn-auto {
    background-image: url('../immagini/auto-autocarri.png') !important;
    line-height: 80px;
    background-size: auto 70px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.btn-moto {
    background-image: url('../immagini/moto-ciclomotori.png') !important;
    line-height: 80px;
    background-size: auto 70px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.sfondo-garanzie {
    background-color: #2b2f73;
}

.garanzia-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
} 

.card-login {
    border: 1px solid white;
    box-shadow: 0px 16px 32px -4px rgba(89, 93, 106, 0.15);
    border-radius: 1.5rem;
}